html,
body,
a,
ul {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #555;
    text-decoration: none;
    font-family: roboto, helvetica neue, 'helvetica, arial', noto sans jp, 'sans-serif';
    list-style: none;
}

#head-wrap {
    height: 160px;
    /* position: sticky; */
    top: 0;
    z-index: 23;
}

#topMenu {
    height: 110px;
}

#top-wrap {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    /*padding: 0 15px;*/
}

#top-right-wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

#top-right-wrap .phone {
    font-size: 30px;
    color: #234390;
}

#top-right-wrap .phone .glyphicon {
    color: #555;
}

#top-right-top {
    display: flex;
    align-items: center;
}

#top-right-top a {
    margin-right: 20px;
    line-height: 50px;
}

#top-right-top img {
    width: 23px;
    height: 23px;
    margin: 0 5px;
    cursor: pointer;
}

#top-right-tel {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 300;
}

#siteMenu {
    /* border-top: 6px solid #234390; */
    background: #b1b5b8;
    z-index: 9999;
    position: relative;
    top: 0;
    width: 100%;
}

#siteMenu::before {
    content: '';
    border-top: 6px solid #234390;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

#siteMenu::after {
    content: '';
    border-top: 6px solid #7FAC2B;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

#navigation {
    display: flex;
    margin-top: 6px;
}

#navigation>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fefefe;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    font-size: 20px;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
    outline: 0;
    transition: background-color .2s ease-in-out 0s, color .2s ease-in-out 0s;
}

#navigation>li {
    position: inherit;
}

#navigation>li>a.show-child {
    background: #fff;
    color: #3280C9;
    text-decoration: none;
}

#navigation>li:first-child {
    padding-left: 0;
}

#navigation>li>.subnav {
    padding: 0;
    /*pointer-events: none;*/
    position: absolute;
    background-color: #fff;
    z-index: 1001;
    left: 0;
    right: 0;
    opacity: 1;
    display: none;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
}

.navigation-wrap {
    padding: 0;
}

#navigation>li>.subnav.show-obj {
    display: flex;
}

footer {
    padding: 40px 0 40px 0;
    background-color: #4E4E4E;
    color: #C6C6C6;
}

#footer-box {
    width: 1170px;
    margin: auto;
    padding-bottom: 50px;
}

#footer-box a {
    color: #C6C6C6;
}

#footer-box a:hover {
    color: #fff;
    text-decoration: none;
}

#footer-box div.col-md-3 {
    border-right: 1px solid #797878;
    display: flex;
    justify-content: center;
    height: 300px;
}

#footer-box div.col-md-3.borderno {
    border-right: 0;
}

#footer-box .weixin {
    width: 100px;
    margin-top: 30px;
}

#footer-box .logo {
    margin-top: 50px;
}

#footer-box dl {
    padding: 0 20px;
}

#footer-box dt {
    margin-bottom: 20px;
}

#footer-box dd {
    line-height: 30px;
}

#footer-link {
    background-color: #1e4b99;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

#footer-link a {
    color: #fff;
}

#footer-link a:hover {
    text-decoration: none;
}

#footer-link .left {
    display: flex;
    justify-content: space-between;
}

#footer-link .right {
    text-align: right;
}

.gotop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background: #000;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}

.menubox {
    height: auto;
    display: flex;
    padding: 10px;
}

.menubox .menu-list-item {
    padding: 20px;
    border-right: 1px solid lightgrey;
    flex: 1;
}

.menubox .menu-list-item:last-child {
    border-right: 0;
}

.menubox .menu-list-item .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menubox .menu-list-item img {
    height: 130px;
}

.menubox .menu-list-item ul li {
    margin: 0 0 10.5px;
}

.menu-list-item h3 a {
    font-size: 22.5px;
    font-weight: 300;
}

div.search-holder {
    padding-right: 0;
}

div.search-holder form {
    position: relative;
}

div.search-holder img {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

div.search-holder input.searchbox {
    margin: 16px auto 0;
    margin-left: 0;
    padding: 0;
    padding-left: 5px !important;
    padding-right: 0 !important;
    width: 90%;
    height: 30px !important;
    float: right;
    position: relative;
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    color: #555;
    border: 1px solid #dadada;
    border-radius: 4px;
    /*background-image: url(../imgs/search.png);*/
    background-repeat: no-repeat;
    background-position: right;
    transition: all .3s ease-in-out;
}

div.search-holder input.searchbox:focus {
    outline: 0;
    /* width: 200%; */
    border: 1px solid #3272b9;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    transition: all .3s ease-in-out;
}

.classlist {
    margin: 10px 0;
}

.classlist .classtitle {
    background: #7fad2e;
    color: #fff;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
}

.classlist li {
    display: inline-block;
    margin: 5px 2px;
}

.classlist li a {
    display: inline-block;
    padding: 0 10px;
    background: #E0E0E0;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.classlist li a.action {
    background: #1e4b99;
    color: #fff;
}